home *** CD-ROM | disk | FTP | other *** search
/ FishMarket 1.0 / FishMarket v1.0.iso / fishies / 326-350 / disk_340 / northc / unpack < prev   
Text File  |  1992-05-06  |  595b  |  19 lines

  1. echo "This script will regenerate a copy of the original NorthC disk using"
  2. echo "two drives and a blank disk.  Make sure the AmigaLibDisk is in DF0:"
  3. echo "and the blank disk is inserted in DF1:"
  4.  
  5. echo ""
  6.  
  7. echo "Insert blank disk in drive DF1: when prompted for it."
  8. wait 2
  9. sys:system/format drive DF1: name NorthC noicons
  10.  
  11. echo "Formatting complete, now extracting files ..."
  12. wait 2
  13. cd DF1:
  14. DF0:c/lharc -x -a -m x DF0:NorthC/NorthC.lzh
  15. makedir DF1:include/devices    ; lharc doesn't save empty directories...
  16. makedir DF1:examples/hello    ; lharc doesn't save empty directories...
  17.  
  18. echo "All done!"
  19.